CI Testing - #606
Closed
bstoll wants to merge 1038 commits into
Closed
Conversation
Initial VLAN implementation
* Fake QOS support * fix * port fix * fix * fixes
Add layer2 multicast and multicast group servers.
* Update pathz.go * add context check at top of loop * tweak return pattern to wait for client close
* Make BGP prefix checking less flaky * Increase timeout * Revert timeout back to 1min, 3min is overkill
…fix, path) tuple This makes it easier to only run a single test when debugging.
osrg/gobgp@dace875 This change fixed behaviour of route attribute visibility in RIB.
Allow to remove default VLAN members
[lint] use NewClient instead of deprecated grpc.Dial/DialContext
* Create dataplanedebug.md Copying an internal doc written by dgrau@ to the external repo * Update dataplanedebug.md * Update dataplanedebug.md
…ig#600) Co-authored-by: Teja Tamboli <ttamboli@google.com>
Bazel 8 disables WORKSPACE files by default, so leaving the WORKSPACE file as is allows for quick rollback without reverting the commit. Protos regenerated for two reasons: Minor version upgrade protoc-gen-go v1.36.3 ~> v1.36.5 grpc generated code is now in a separate file (Ex: packetio_grpc.pb.go) and generated with protoc-gen-go-grpc v1.5.1 tools/genproto.sh updated to add u+w bit to bazel-bin files before coping them over. This write bit is required to update the generated proto files later. Rollback instructions without reverting commit: Change .bazelversion file to swap the two bazel version numbers. Add the flag --noenable_bzlmod to your bazel commands. Notify us of the breakage by filing an issue.
This is so both root and operator have the same go-cmp version of v0.7.0
Adding renovate config
Add oper status and hardware lane list attributes for CPU port.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Troubleshooting disk usage in lemming build container.